home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 40
/
Mac Magazin and MacEasy Magazine CD - Issue 40.iso
/
Software
/
Online
/
PPPop 1.6.1ƒ
/
Script Samples
/
Dialog Snippet
< prev
next >
Wrap
Text File
|
1997-07-26
|
227b
|
7 lines
tell application "PPPop 1.6b4 PPC"
if PPP up then
display dialog "It's up." buttons "OK" default button "OK" with icon note
else
display dialog "It's down." buttons "OK" default button "OK" with icon note
end if
end tell